home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
-
- <app name="miner_gui">
- <sash>
- <eSash name="miner_sash" gui="miner_gui" />
- </sash>
-
- <windows>
- <window name="miner_window" sash="miner_sash" observer_handler="main" keymap="map_main"
- title="Miner 49er" xno_resize="true"
- mac_menu_bar="main_menubar" menu_group="shared">
- <rect name="content" left="10" top="150" width="460" height="400" />
- </window>
- </windows>
-
- <gui>
- <eColorView name="miner_gui" pin="ltrb" border="10,10,10,10">
- <eFlow direction="v" gap="10">
- <eFlow weight="0" direction="h" gap="10">
- <eStaticText weight="0" pin="hv" title="Focus:" font_id="small"/>
- <ePopup weight="0" pin="hv" value="0" size="small" font_id="small" command="cmd_miner_thread_popup" name="miner_thread_popup" min_width="120"/>
- <eCheckBox pin="hv" weight="0" title="Only Running" size="small" font_id="small" name="miner_only_running_threads" command="cmd_miner_only_running_threads"/>
- <eView />
- <eButton pin="hv" title="Refresh" size="small" font_id="small" command="cmd_miner_refresh_now" />
- <eCheckBox pin="hv" weight="0" title="Auto" size="small" font_id="small" name="miner_auto_refresh" command="cmd_miner_auto_refresh"/>
- </eFlow>
- <eTabView name="tab_view" border="13,10,13,10" xcurrent_tab="4">
- <eFlow direction="v" title="Memory">
- <eFlow weight="0" direction="h">
- <eStaticText weight="0" title="Current Allocations" min_width="150" font_id="small"/>
- <eStaticText name="mem_current_allocations" font_id="small"/>
- </eFlow>
- <eFlow weight="0" direction="h">
- <eStaticText weight="0" title="Current Megabytes" min_width="150" font_id="small"/>
- <eStaticText name="mem_current_meg" font_id="small"/>
- </eFlow>
-
- <eView height="20"/>
-
- <eFlow weight="0" direction="h">
- <eStaticText weight="0" title="Total Allocations" min_width="150" font_id="small"/>
- <eStaticText name="mem_total_allocations" font_id="small"/>
- </eFlow>
- <eFlow weight="0" direction="h">
- <eStaticText weight="0" title="Meg Allocated" min_width="150" font_id="small"/>
- <eStaticText name="mem_total_meg" font_id="small"/>
- </eFlow>
-
- <eView height="20"/>
-
- <eGridList xweight="0" name="miner_memory_list" pin="ltrb" min_width="100" background="eGridDrawBack_Plain" background_color="#FFFFFF" font_id="monospaced_small">
- <columns column_headers="true">
- <column title="Named Current Total Meg Meg Total"
- width="500" draw_cell="eGridDrawCell_Text" data_id="text" size="small"
- font_id="monospaced_small"/>
- </columns>
- </eGridList>
-
- <!-- <eButton pin="hv" title="Clear Statistics" command="cmd_mem_clear" font_id="small" size="small"/> -->
- </eFlow>
-
- <eFlow direction="v" title="Eva" gap="10">
- <eFlow weight="0" direction="v">
- <eFlow weight="0" direction="h" gap="5">
- <eStaticText pin="hv" weight="0" title="Focused widget:" font_id="small"/>
- <eTextField pin="hv" name="miner_eva_focused_widget" font_id="small"/>
- <eView weight="0" />
- <eStaticText pin="hv" weight="0" title="Class:" font_id="small"/>
- <eTextField pin="hv" name="miner_eva_focused_class" font_id="small"/>
- </eFlow>
- </eFlow>
- <eCheckBox xpin="hv" weight="0" title="Show changes to focused" size="small" font_id="small" name="miner_show_changes" command="cmd_miner_show_changes"/>
- <eDivider weight="0" />
- <eCheckBox weight="0" title="Show commands" size="small" font_id="small" name="miner_show_commands" command="cmd_miner_show_commands"/>
- <eFlow direction="v">
- <eCheckBox weight="0" title="Show widget data on shift-mouse-down" size="small" font_id="small" name="miner_show_widget_data" command="cmd_miner_show_widget_data"/>
- <eStaticText weight="0" title=" [control = popup to choose parent; alt/cmd = show children]." font_id="small"/>
- </eFlow>
- <eButton weight="0" pin="l" title="Show patois differences" command="cmd_miner_eva_show_patois_diffs" font_id="small" size="small"/>
- <eView />
-
- <eFlow direction="v">
- <eFlow weight="0" direction="h">
- <eStaticText weight="0" title="MenuBar installs:" min_width="150" font_id="small"/>
- <eStaticText name="eva_total_menubar_installs" font_id="small"/>
- </eFlow>
- <eFlow weight="0" direction="h">
- <eStaticText weight="0" title="mach ports:" min_width="150" font_id="small"/>
- <eStaticText name="eva_total_mach_ports" font_id="small"/>
- </eFlow>
- </eFlow>
- </eFlow>
- </eTabView>
- <eCheckBox xpin="hv" weight="0" title="Open on startup" size="small" font_id="small" name="miner_open_on_startup" command="cmd_miner_open_on_startup"/>
- </eFlow>
- </eColorView>
- </gui>
- </app>
-